|
FrameLib
2.0
DSP processing with frames of arbitrary timing and length
|
a class used to report errors to the host environment. More...
#include <FrameLib_Errors.h>
Classes | |
| class | ErrorList |
| a list of ErrorReport objects. More... | |
| class | ErrorReport |
| a report for a single error. More... | |
| class | HostNotifier |
| a virtual struct used to supply a method for notifying the host of errors. More... | |
Public Member Functions | |
| FrameLib_ErrorReporter (HostNotifier *notifier) | |
| template<typename... Args> | |
| void | reportError (ErrorSource source, FrameLib_Proxy *reporter, const char *error, Args... args) |
| std::unique_ptr< ErrorList > | getErrors () |
a class used to report errors to the host environment.
|
inline |
| std::unique_ptr< FrameLib_ErrorReporter::ErrorList > FrameLib_ErrorReporter::getErrors | ( | ) |
|
inline |